home *** CD-ROM | disk | FTP | other *** search
/ Mac Mania 1 / MacMania 1.toast / Educational / Travel / Manhattan / card_2200.txt < prev    next >
Encoding:
Text File  |  1988-11-27  |  4.8 KB  |  204 lines

  1. -- card: 2200 from stack: in
  2. -- bmap block id: 4710
  3. -- flags: 0000
  4. -- background id: 2705
  5. -- name: 
  6.  
  7.  
  8. -- part 1 (button)
  9. -- low flags: 00
  10. -- high flags: 2000
  11. -- rect: left=399 top=86 right=108 bottom=499
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 1
  15. -- font id: 0
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 16
  19. -- part name: NEXT CARD
  20. ----- HyperTalk script -----
  21. on mouseUp
  22.   go next card
  23. end mouseUp
  24.  
  25.  
  26.  
  27. -- part 2 (button)
  28. -- low flags: 00
  29. -- high flags: 2000
  30. -- rect: left=13 top=87 right=109 bottom=113
  31. -- title width / last selected line: 0
  32. -- icon id / first selected line: 0 / 0
  33. -- text alignment: 1
  34. -- font id: 0
  35. -- text size: 12
  36. -- style flags: 0
  37. -- line height: 16
  38. -- part name: PREVIOUS CARD
  39. ----- HyperTalk script -----
  40. on mouseUp
  41.   go Previous Card
  42. end mouseUp
  43.  
  44.  
  45.  
  46. -- part 3 (field)
  47. -- low flags: 00
  48. -- high flags: 0000
  49. -- rect: left=112 top=250 right=336 bottom=402
  50. -- title width / last selected line: 0
  51. -- icon id / first selected line: 0 / 0
  52. -- text alignment: 0
  53. -- font id: 0
  54. -- text size: 12
  55. -- style flags: 0
  56. -- line height: 16
  57. -- part name: INFORMATION
  58.  
  59.  
  60. -- part 4 (button)
  61. -- low flags: 00
  62. -- high flags: A004
  63. -- rect: left=6 top=257 right=279 bottom=106
  64. -- title width / last selected line: 0
  65. -- icon id / first selected line: 0 / 0
  66. -- text alignment: 1
  67. -- font id: 0
  68. -- text size: 12
  69. -- style flags: 0
  70. -- line height: 16
  71. -- part name: AMTRACK
  72. ----- HyperTalk script -----
  73. on mouseUp
  74.   put empty into card field id 3
  75.   put "Train and Fare info (212) 736-4545" into temp1
  76.   put "Metroliner Service (212 736-3967" into temp2
  77.   put "Lost Articles Pen Station (212) 560-7388" into temp3
  78.   put "Lost Articles Grand Central(212) 560-7534" into temp4
  79.   put temp1 into line 1 of card field id 3
  80.   put temp2 into line 2 of card field id 3
  81.   put temp3 into line 3 of card field id 3
  82.   put temp4 into line 4 of card field id 3
  83. end mouseUp
  84.  
  85.  
  86.  
  87. -- part 5 (button)
  88. -- low flags: 00
  89. -- high flags: A004
  90. -- rect: left=7 top=290 right=312 bottom=107
  91. -- title width / last selected line: 0
  92. -- icon id / first selected line: 0 / 0
  93. -- text alignment: 1
  94. -- font id: 0
  95. -- text size: 12
  96. -- style flags: 0
  97. -- line height: 16
  98. -- part name: LIRR
  99. ----- HyperTalk script -----
  100. on mouseUp
  101.   put empty into card field id 3
  102.   put "TRAIN AND FARE (718) 454-5744" into temp1
  103.   put "LOST ARTICLES (718) 990-8384" into temp2
  104.   put temp1 into line 1 of card field id 3
  105.   put temp2 into line 2 of card field id 3
  106. end mouseUp
  107.  
  108.  
  109.  
  110. -- part 6 (button)
  111. -- low flags: 00
  112. -- high flags: A004
  113. -- rect: left=407 top=287 right=309 bottom=507
  114. -- title width / last selected line: 0
  115. -- icon id / first selected line: 0 / 0
  116. -- text alignment: 1
  117. -- font id: 0
  118. -- text size: 12
  119. -- style flags: 0
  120. -- line height: 16
  121. -- part name: METRO NORTH
  122. ----- HyperTalk script -----
  123. on mouseUp
  124.   put empty into card field id 3
  125.   put "TRAIN AND FARE (212) 532-4900" into temp1
  126.   put "LOST ARTICLES (212) 340-2555" into temp2
  127.   put temp1 into line 1 of card field id 3
  128.   put temp2 into line 2 of card field id 3
  129. end mouseUp
  130.  
  131.  
  132.  
  133. -- part 7 (button)
  134. -- low flags: 00
  135. -- high flags: A004
  136. -- rect: left=406 top=254 right=276 bottom=506
  137. -- title width / last selected line: 0
  138. -- icon id / first selected line: 0 / 0
  139. -- text alignment: 1
  140. -- font id: 0
  141. -- text size: 12
  142. -- style flags: 0
  143. -- line height: 16
  144. -- part name: N. J. TRANSIT
  145. ----- HyperTalk script -----
  146. on mouseUp
  147.   put empty into card field id 3
  148.   put "TRAIN AND FARE (201) 762-5100" into temp1
  149.   put "LOST PROPERTY (201) 560-7388" into temp2
  150.   Put "Path General Info (212) 446-7649" into temp3
  151.   put "Path Lost Articles (212) 432-1272" into temp4
  152.   put temp1 into line 1 of card field id 3
  153.   put temp2 into line 2 of card field id 3
  154.   put temp3 into line 3 of card field id 3
  155.   put temp4 into line 4 of card field id 3
  156. end mouseUp
  157.  
  158.  
  159.  
  160. -- part 8 (button)
  161. -- low flags: 00
  162. -- high flags: A004
  163. -- rect: left=7 top=319 right=340 bottom=106
  164. -- title width / last selected line: 0
  165. -- icon id / first selected line: 0 / 0
  166. -- text alignment: 1
  167. -- font id: 0
  168. -- text size: 12
  169. -- style flags: 0
  170. -- line height: 16
  171. -- part name: CLEAR FIELDS
  172. ----- HyperTalk script -----
  173. on mouseUp
  174.   put empty into card field ID 3
  175. end mouseUp
  176.  
  177.  
  178.  
  179. -- part 9 (button)
  180. -- low flags: 00
  181. -- high flags: A004
  182. -- rect: left=409 top=319 right=341 bottom=509
  183. -- title width / last selected line: 0
  184. -- icon id / first selected line: 0 / 0
  185. -- text alignment: 1
  186. -- font id: 0
  187. -- text size: 12
  188. -- style flags: 0
  189. -- line height: 16
  190. -- part name: NYC TRANSIT
  191. ----- HyperTalk script -----
  192. on mouseUp
  193.   put empty into card field id 3
  194.   put "TRAIN (718) 330-1234" into temp1
  195.   put "LOST PROPERTY (718) 625-6200" into temp2
  196.   put "MTA Subway Route Info (718) 330-1234" into temp3
  197.   put "Bus and Train Info ((718) 330-1234" into temp4
  198.   put temp1 into line 1 of card field id 3
  199.   put temp2 into line 2 of card field id 3
  200.   put temp3 into line 3 of card field id 3
  201.   put temp4 into line 4 of card field id 3
  202. end mouseUp
  203.  
  204.